deadlock condition造句
例句與造句
- The code example avoids a deadlock condition by calling
該代碼示例通過在 - A deadlock condition can result if the parent process calls
避免產(chǎn)生死鎖情況。如果父進程在 - After the deadlock condition is resolved ,
死鎖條件消除之后, - All recycling in the event of a deadlock condition is now controlled by the
現(xiàn)在,當出現(xiàn)死鎖情況時,所有循環(huán)都將由 - The code example avoids the deadlock condition by performing asynchronous read operations on the
流執(zhí)行異步讀取操作避免產(chǎn)生死鎖情況。 - It's difficult to find deadlock condition in a sentence. 用deadlock condition造句挺難的
- Stream and the child process writing to that stream . these dependencies can result in deadlock conditions
流的調用方及寫入該流中的子進程之間引入一個依賴項。 - Alternately , you can avoid the deadlock condition by creating two threads and reading the output of each stream on a separate thread
或者,您還可以通過創(chuàng)建兩個線程并讀取每個線程中每個流的輸出來避免產(chǎn)生死鎖情況。 - Contention between agents and jobs is decreased , and agents automatically retry on network errors , deadlock conditions , and query timeouts
減少了代理和作業(yè)之間的爭用,且代理對網(wǎng)絡錯誤、死鎖狀態(tài)和查詢超時自動進行重試。 - Provides methods for the host to get information about requested tasks and to detect deadlock conditions in synchronization objects created by the clr
為宿主提供方法,用以檢測公共語言運行庫創(chuàng)建的同步對象中的死鎖條件。 - The deadlock condition results when the caller and child process wait on each other to complete an operation , and neither can proceed
當調用方和子進程相互等待對方完成操作時,就會產(chǎn)生死鎖情況,使雙方都無法繼續(xù)執(zhí)行操作。 - In certain situations , they can result in a transaction spanning multiple synchronization domainsthat is , they allow parallelism with another transaction , causing a deadlock condition
事務。在某些情況下,這些事務可能導致一個事務跨多個同步域;也就是說,它們可能與其他事務并行,這會導致出現(xiàn)死鎖情況。